home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / quitbox.dir / Internal_43_Cancel Button.ls < prev    next >
Encoding:
Text File  |  2005-08-22  |  343 b   |  15 lines

  1. on mouseDown
  2.   global gQuitWindow
  3.   puppetSound("single click")
  4.   updateStage()
  5.   puppetSprite(6, 1)
  6.   set the castNum of sprite 6 to the number of member "cancel hi"
  7.   updateStage()
  8.   repeat while the stillDown
  9.     nothing()
  10.   end repeat
  11.   set the castNum of sprite 6 to the number of member "cancel"
  12.   updateStage()
  13.   close(gQuitWindow)
  14. end
  15.